/*头图背景*/
.banner{
	width: 100%;
	position: relative;
}
.video{
	width: 100%;
	background: #000000;
	height: auto;
	position: absolute;
	top:125px;
	left: 0;
}
a.button2:hover{
	color: #F2530F;
}
a.button1:hover{
	color: #ffffff;
}


/*头图内容*/
.bancen{
	text-align: center;
	position: relative;
	top: 200px;
	z-index: 63;
}
.bancen h4{
	font-size: 80px;
	color: #ffffff;
	font-weight: normal;
}
.border{
	width: 60px;
	height: 4px;
	background: #ffffff;
	margin:25px auto;
}
.bandiv{
	font-size: 30px;
	color: #FFFFFF;
}
.banbtn{
	width:250px;
	height:68px;
	border:1px solid rgba(255,255,255,0.5);
	box-shadow:0px 2px 4px 0px rgba(255,255,255,0.3);
	border-radius:6px;
	margin: 0 auto;
	margin-top: 119px;
	line-height: 68px;
	cursor: pointer;
	transition: background .28s ease-out .1s,border .28s ease-out .1s,color .28s ease-out .1s,border .28s ease-out .1s;
}
.banbtn:hover{
	background: #F2530F;
	border: 1px solid #F2530F;
	box-shadow:0px 2px 4px 0px rgba(95,92,81,0.3);
	transition: background .28s ease-out .1s,border .28s ease-out .1s,color .28s ease-out .1s,border .28s ease-out .1s;
}
.banbtn img{
	width: 22px;
	height: 22px;
	position: relative;
	top: -5px;
}
.banbtn span{
	font-size: 24px;
	color: #ffffff;
}
.banbtn span.miao{
	font-weight: bold;
}
.banbtn span:nth-child(2){
	margin-left: 8px;
}

.bancenter .bancen{
	display: none;
}

/*头图底部*/

.banbot{
	width:1200px;
	height:140px;
	background:rgba(255,255,255,1);
	box-shadow:0px 4px 12px 0px rgba(152,113,97,0.31);
	border-radius:8px;
	margin: 0 auto;
	margin-top: 350px;
	position: relative;
	z-index: 63;
}
.banlist{
	width: 300px;
	float: left;
	text-align: center;
	padding: 25px 0 20px 0;
}
.year{
	font-size: 40px;
	color: #F2530F;
	font-weight: bold;
	position: relative;
}
.year span{
	font-size: 20px;
	position: relative;
	bottom: 20px;
}
.pinpai{
	font-size: 14px;
	color: #666666;
}

/*我们的服务*/
.fuwu{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 70px;
}
.title{
	text-align: center;
	padding: 50px 0;
}
.fwtit{
	font-size: 40px;
}
.fwbor{
	width: 80px;
	height: 2px;
	background: #F2530F;
	margin: 20px auto;
}
.fwmain{
	font-size: 14px;
}
.fwlist{
	width:300px;
	height:232px;
	border:1px solid rgba(224,224,224,1);
	border-radius:4px;
	padding: 30px;
	float: left;
	margin-bottom: 30px;
	cursor: pointer;
}
.fwlist.removehover{
	border:1px solid rgba(224,224,224,1);
	box-shadow:none;
	-webkit-transition: box-shadow .28s ease-out .1s,border .28s ease-out .1s;
  	transition: box-shadow .28s ease-out .1s,border .28s ease-out .1s;
}
.fwlist.removehover .fwhover{
	-webkit-transition: display .28s ease-out .1s;
  	transition: display .28s ease-out .1s;
}
.fwlist.addhover{
	border:1px solid rgba(249,126,73,1);
	box-shadow:0px 6px 16px 0px rgba(249,126,73,0.4);
	-webkit-transition: box-shadow .28s ease-out .1s,border .28s ease-out .1s;
  	transition: box-shadow .28s ease-out .1s,border .28s ease-out .1s;
}
.fwlist:nth-child(2),.fwlist:nth-child(5){
	margin: 0 30px 30px 30px;
}
.fwlist a:hover{ display:block; width:100%; height:100%; text-decoration:none;}

.fwtop span{
	font-size: 20px;
	color: #333333;
}
.fwtop img{
	width: 100px;
	height: 116px;
}
.fwbot{
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	margin-top: 30px;
}
.fwhover{
	display: none;
	-webkit-transition: display .28s ease-out .1s;
  	transition: display .28s ease-out .1s;
}
/*我们的品质*/
.pinzhi{
	width: 100%;
	height: 969px;
	background: url('https://eeekeji.oss-cn-shanghai.aliyuncs.com/shouye/index.png') no-repeat;
	background-size: 100% 100%;
}
.pzcen{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.pzleft{
	height: 600px;
	overflow: hidden;
}
.pzleft ul{
	margin: 30px 0;
	height: 500px;
}
.pzleft ul li{
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #ffffff;
	margin: 15px 0;
	text-align: center;
	cursor: pointer;
	border-radius:2px;
}
.pzleft ul li.on{
	background: #F2530F;
}
.pzleft ul{
	width: 210px;
	height: 500px;
	overflow-y: scroll;
	
}

.pzright{
	width: 920px;
}
.pztit img{
	width: 36px;
	height: 36px;
}
.pztit span{
	font-size: 30px;
	color: #ffffff;
	margin-left: 15px;
}
.pzmian{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	margin: 30px 0 75px 51px;
}
.pzanli{
	margin-left: 51px;
}
.scapp{
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.scanli img{
	width: 250px;
	/*height: 263px;*/
	margin-right: 30px;
}
.topbtn,.botbtn{
	text-align: center;
	cursor: pointer;
}
.topbtn img,.botbtn img{
	width: 22px;
	height: 9px;
}
.xian{
	margin-left: 58px;
}
.button{
	width: 248px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	margin: 30px auto;
	display: block;
	cursor: pointer;
}
.button img{
	position: relative;
	top: -3px;
}
.button1{
	border: 1px solid #FFFFFF;
	color: #ffffff;
	-webkit-transition: background .28s ease-out .1s;
  	transition:background .28s ease-out .1s;
}
.button1:hover{
	background: #F2530F;
	border: 1px solid #F2530F;
	-webkit-transition: background .28s ease-out .1s;
  	transition: background .28s ease-out .1s;
}
.button span{
	font-size: 20px;
	margin-left: 10px;
}

.button2{
	border: 1px solid #F2530F;
	color: #F2530F;
	-webkit-transition: background .28s ease-out .1s;
  	transition: background .28s ease-out .1s;
}
.button2:hover{
	background: #F2530F;
	border: 1px solid #F2530F;
	color: #ffffff;
	-webkit-transition: background .28s ease-out .1s;
  	transition: background .28s ease-out .1s;
}
.button span{
	font-size: 20px;
	margin-left: 10px;
}
.button span.icon-slidebar_anliguanli{
	font-size: 24px;
}
.button2:hover span{
	color: #ffffff;
}

/*您是否遇到这些困扰？*/
.kunrao{
	width: 100%;
	height: 1032px;
	background: url('https://eeekeji.oss-cn-shanghai.aliyuncs.com/shouye/banner3.png') no-repeat;
	background-size: 100% 100%;
}
.krcen{
	width: 1200px;
	margin: 0 auto;
}
.krtit img{
	width: 40px;
	height: 40px;
}
.krtit span{
	color: #000000;
	font-size: 20px;
	margin-left: 13px;
}
.lrlist{
	width: 590px;
	float: left;
	margin-bottom: 28px;
}
.lrlist:nth-child(even){
	margin-left: 16px;
}

.krbox{
	height:76px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(221,221,221,1);
	border-radius:4px;
	padding: 35px 52px;
	font-size: 16px;
	color: #737373;
	line-height: 26px;
	margin-top: 15px;
}

/*精准定位您需要的APP*/
.jingzhun{
	width: 100%;
	height: 1127px;
	background: url('https://eeekeji.oss-cn-shanghai.aliyuncs.com/shouye/banner4.png') no-repeat;
	background-size: 100% 100%;
}
.jzcen{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
	height:900px;
	overflow:hidden;
}

.zjlist{
	width: 290px;
	height: 400px;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	cursor: pointer;
}

.zjfot1{
	width: 290px;
	height: 320px;
	background: url(../img/bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding-top: 80px;
}
.zjfot1 img{
	width: 80px;
	height: 80px;
}
.jztit{
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 10px;
}
.jztiten{
	font-size: 20px;
	color: #FFFFFF;
}
.price{
	font-size: 14px;
	color:#EE7626;
	margin-top: 86px;
}
.price span{
	font-size: 24px;
}
.zjfot2{
	width:290px;
	height:400px;
	background:rgba(242,83,15,1);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .28s ease-out .1s;
  	transition: opacity .28s ease-out .1s;
}


.zjlist.leave .zjfot2{
	opacity: 1;
	-webkit-transition: opacity .28s ease-out .1s;
  	transition: opacity .28s ease-out .1s;
}

.zjtop{
	width: 140px;
	height: 120px;
	line-height: 120px;
	background: #ffffff;
	font-size: 30px;
	color: #F2530F;
	border-bottom-left-radius: 66px;
	border-bottom-right-radius: 66px;
	text-align: center;
	margin: 0 auto;
}
.zjdiv{
	padding: 0 40px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: center;
	margin: 59px 0 67px 0;
}
.huoqu{
	width:150px;
	height:44px;
	line-height: 44px;
	border:1px solid rgba(255,255,255,1);
	border-radius:4px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	margin-top: 120px;
}
.huoqu img{
	width: 16px;
	height: 16px;
	margin-right: 10px;
}


/*案例展示*/
.anlicen{
	width:1200px;
	margin: 0 auto;
}
.anlist{
	width: 285px;
	height:227px;
	position: relative;
	float: left;
	margin: 5px;
	cursor: pointer;
}
.anlist.opac .anlibox{
	opacity: 1;
	-webkit-transition: opacity .28s ease-out .1s;
  	transition: opacity .28s ease-out .1s;
}
.anlist img{
	width: 285px;
	height:227px;
}
.anlibox{
	width: 185px;
	height: 47px;
	background: rgba(0,0,0,0.58);
	position: absolute;
	top: 0;
	left: 0;
	padding:60px 50px;
	opacity: 0;
	-webkit-transition: opacity .28s ease-out .1s;
  	transition: opacity .28s ease-out .1s;
}
.chakan{
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius:6px;
	font-size: 18px;
	color: #FFFFFF;
}
.zhizuo{
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #FF6000;
	border-radius:6px;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 20px;
}

.ckmore{
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-top: 20px;
    margin-bottom: 50px;
}
.ckmore a{
	color: #999999;
}

.ckmore img{
	width: 126px;
	height: 11px;
	margin-left: -50px;
}
.anli{
	padding-bottom: 40px;
}

/*合作流程*/
.liucheng{
	width: 100%;
	height: 520px;
	background: url('https://eeekeji.oss-cn-shanghai.aliyuncs.com/shouye/banner5.png') no-repeat;
	background-size: 100% 100%;
}
.lcenter{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.lcimg img{
	width: 195px;
	height: 218px;
}
.jiantou img{
	width: 40px;
	height: 8px;
}

/*合作伙伴*/
.huoban{
	width: 100%;
	height: 693px;
	background: url('https://eeekeji.oss-cn-shanghai.aliyuncs.com/shouye/banner6.png') no-repeat;
	background-size: 100% 100%;
}
.hbcen{
	width: 1200px;
	margin: 20px auto;
	padding-bottom: 20px;
}
.hbcen img{
	width: 150px;
	height: 78px;
	
}

/*动态*/
.dongtai{
	width: 1200px;
	margin: 0 auto;
}
.dtit{
	padding: 20px 0 0;
	border-bottom: 1px solid #DDDDDD;
}

.dtit li{
	color: #333333;
	font-size: 20px;
	margin-right: 70px;
	cursor:pointer;
	display:inline-block;
}
.dtit li.active{
	color: #F2530F;
	font-size: 30px;
	border-bottom: 2px solid #F2530F;
	padding-bottom: 21px;
}
.dongtai .dtcen{ display:none;}
.dtlf{
	width: 580px;
	float: left;
	margin-top: 40px;
}
.dtimg img{
	width: 580px;
	height: 326px;
}
.dtcenter h4{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin: 30px 0;
}
.dtmain{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.dtrg{
	width: 580px;
	float: right;
}
.dtlist{
	padding: 30px 0;
	border-bottom: 1px solid #DDDDDD;
}
.dtime{
	width: 100px;
	float: left;
}
.dtyue{
	font-size: 50px;
	color: #999999;
	font-weight: bold;
}
.dtyear{
	font-size: 16px;
	color: #999999;
}
.dtbox{
	width: 480px;
	float: right;
}
.dtbiao{
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin-top: 10px;
}
.dter{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin-top: 15px;
}
.gengduo{
	width:160px;
	height:40px;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	background:rgba(242,83,15,1);
	border:1px solid rgba(242,83,15,1);
	border-radius:4px;
	text-align: center;
	justify-content:center;
	margin-top: 20px;
}
.gengduo img{
	width: 14px;
	height: 14px;
	margin-left:5px;
}

.dtlist:hover{
	background: #f5f5f5;
}



.hzlist{
	width: 150px;
	height: 78px;
	float: left;
	margin: 10px;
}
.hzlist img{
	width: 150px;
	height: 78px;
}
.hz1{
	display: block;
}
.hz2{
	display: none;
}





.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: none;
}
.swiper-button-prev{
	position: absolute;
	left: -150px;
	top: 384px;
}
.swiper-button-next{
	position: absolute;
	right: -150px;
	top: 384px;
}
.swiper-button-prev img,.swiper-button-next img{
	width: 50px;
	height: 51px;
}
.pzleft ul{
	 position: relative;
	 overflow: hidden;
}
.inner-container {
    position: absolute; left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*.pzleft ul::-webkit-scrollbar {
    display: none;
}

.pzleft ul li{
    pointer-events: none;
    cursor: default;
}*/
ul, ol{
 padding-left: 0;	
}